projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9137e8
)
(woman-parse-colon-path): Return a list even if there's only one directory
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Mar 2009 14:35:53 +0000
(14:35 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Mar 2009 14:35:53 +0000
(14:35 +0000)
in PATHS.
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index d739f64bf069747cb118b8fff45392d826a2b836..5fbb5ef6fdb6c622a78b35c4bdd798c5deba93c4 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-468,7
+468,7
@@
As a special case, if PATHS is nil then replace it by calling
(parse-colon-path paths)))
((string-match "\\`[a-zA-Z]:" paths)
;; Assume single DOS-style path...
-
paths
)
+
(list paths)
)
(t
;; Assume UNIX/Cygwin-style path-list...
(woman-mapcan ; splice list into list